KREDOR Business Object Framework Documentation

SelectFrom<T>.Sum Method 

Returns the sum of the values in the specified column(property) of the objects matched by the current SelectFrom statement.

public double Sum(
   String columnName
);

Return Value

See Also

SelectFrom<T> Class | Kredor.BO Namespace